ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixItems<T> Class / ToArray Method

In This Topic
ToArray Method (TablixItems<T>)
In This Topic
Converts the TablixItems<T> collection into an array of ReportComponent items.
Syntax
'Declaration
 
Public Function ToArray() As T()
 

Return Value

An array containing the elements of the TablixItems<T> collection.
See Also